filechoosernative: Update docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jul 2020 05:44:09 +0000 (01:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jul 2020 05:44:09 +0000 (01:44 -0400)
Remove mention of things that are no longer
in the filechooser api.

gtk/gtkfilechoosernative.c

index e5510009b71a78890658c499a1fb9c35b59bbcde..203206956f24ae8110846948d1da47696913adf0 100644 (file)
  * * #GtkFileChooser::current-folder-changed
  * * #GtkFileChooser::selection-changed
  *
- * You can also not use the methods that directly control user navigation:
- * * gtk_file_chooser_unselect_filename()
- * * gtk_file_chooser_select_all()
- * * gtk_file_chooser_unselect_all()
- *
  * If you need any of the above you will have to use #GtkFileChooserDialog directly.
  *
- * No operations that change the dialog work while the dialog is visible. Set
- * all the properties that are required before showing the dialog.
+ * No operations that change the dialog work while the dialog is visible.
+ * Set all the properties that are required before showing the dialog.
  *
  * ## Win32 details ## {#gtkfilechooserdialognative-win32}
  *
  * used. It supports many of the features that #GtkFileChooserDialog
  * does, but there are some things it does not handle:
  *
- * * Any #GtkFileFilter added using a mimetype or custom filter.
+ * * Any #GtkFileFilter added using a mimetype
  *
  * If any of these features are used the regular #GtkFileChooserDialog
  * will be used in place of the native one.
  * When the org.freedesktop.portal.FileChooser portal is available on the
  * session bus, it is used to bring up an out-of-process file chooser. Depending
  * on the kind of session the application is running in, this may or may not
- * be a GTK+ file chooser. In this situation, the following things are not
- * supported and will be silently ignored:
- *
- * * Any #GtkFileFilter added with a custom filter.
+ * be a GTK file chooser.
  *
  * ## macOS details ## {#gtkfilechooserdialognative-macos}
  *
  * file chooser dialogs. Some features provided by #GtkFileChooserDialog are
  * not supported:
  *
- * * Any #GtkFileFilter added with a custom filter.
- *
  * * Shortcut folders.
  */